$(function() { const contentItem = $('.footer-trend'); const width = contentItem.width(); contentItem.css('height', width); });